Click or drag to resize

ContainmentMode Enumeration

Defines the containment mode for Contains search filters.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum ContainmentMode
Members
  Member nameValueDescription
FullString0 The comparison is between the full string and the constant. The property value and the supplied constant are exactly the same.
Prefixed1 The comparison is between the string prefix and the constant.
Substring2 The comparison is between a substring of the string and the constant.
PrefixOnWords3 The comparison is between a prefix on individual words in the string and the constant.
ExactPhrase4 The comparison is between an exact phrase in the string and the constant.
None5 None.
See Also